' Test 9 New Array-like Strings b+ 2021-02-18
' make an array or 10 squares works 2021-02-20 finally!
[
	i = a[i,1]
	jmp gt[i,18]
	sq = p[i,2]
	set squares;i;sq
	. /  ;i;/ squared is ;sq
]
[
	i = s[i,1]
	jmp lte[i,0]
	var = get[squares,i]
	. /  ;i;/ squared = ;var
]
. / This is the end of the first test with set and get.